Skip to content
/ PersC Public

Chrome extension that shows you where you are located on a page as a number from 0 to 100 representing the percentage completed.

License

Notifications You must be signed in to change notification settings

stonly/PersC

Repository files navigation

PersC

Chrome extension that shows you where you are located on a page as a number from 0 to 100 representing the percentage completed.

README.md - This file

bg_script.js - The background script that update the tab icon based on changes in the view postion percentage as well as switches between tabs.

manifest.json - Chrome extension manifest file

pc_128.png - 128x128px icon

pc_16.png - 16x16px icon

pc_48.png - 48x48px icon

pc_icon.png - 9x9px tab icon

pc_popup.html - The popup page when you click on the tab icon.

pos.js - The content script that tracks the percentage by comparing the current top most visible position to the total height of the page minus the currently visible height. The result is the percentage indicated in the tab icon.

About

Chrome extension that shows you where you are located on a page as a number from 0 to 100 representing the percentage completed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published