Bookmark
Saves scroll positions for websites.
Qu'est-ce que Bookmark ?
Bookmark est une extension Chrome développée par jspt256, et sa fonction principale est "Saves scroll positions for websites.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bookmark
Téléchargez les fichiers d'extension Bookmark au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Save scroll positions for tabs, as well as the tabs themselves. Designed for quick bookmarking and keeping track of where you were on long pages. Features: - Click to save the state of the current tab (URL + scroll position) - Can save multiple scroll positions for a single URL - Apply saved scroll positions with a single click - Automatically filters out the tabs that are not for the current URL - Can view and use all saved tabs - Minimalist interface
Informations de Base sur l'Extension
Nom | Bookmark |
ID | koaaophnckngclhkoldeenjeinkjkmck |
URL Officiel | https://chromewebstore.google.com/detail/bookmark/koaaophnckngclhkoldeenjeinkjkmck |
Description | Saves scroll positions for websites. |
Taille du Fichier | 152 KB |
Nombre d'Installations | 43 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-02-27 |
Date de Publication | 2019-02-27 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | jspt256 |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/jperrett256/Bookmark |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark", "version": "1.0", "description": "Saves scroll positions for websites.", "icons": { "48": "icons\/bookmark-48.png", "96": "icons\/bookmark-96.png" }, "permissions": [ "activeTab", "storage" ], "browser_action": { "default_icon": "icons\/bookmark-32.png", "default_title": "Bookmark", "default_popup": "popup\/bookmark.html" } } |