Bookmark This
Create bookmark entries from links in a page
Was ist Bookmark This?
Bookmark This ist eine Chrome-Erweiterung, die von Owen Rumney entwickelt wurde, und ihr Hauptmerkmal ist "Create bookmark entries from links in a page".
Erweiterungsscreenshots
Bookmark This-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bookmark This-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Don't interrupt your flow when reading an article, create bookmarks from any link in the current page, with out having to load the link. Simply right click the link and select "Bookmark this", if the suggested bookmark title isn't right, just change it. Early stages, so feedback welcome.
Grundlegende Informationen zur Erweiterung
Name | |
ID | cdgfikopcomgllhdlknlfgblhmhemljn |
Offizielle URL | https://chrome.google.com/webstore/detail/bookmark-this/cdgfikopcomgllhdlknlfgblhmhemljn |
Beschreibung | Create bookmark entries from links in a page |
Dateigröße | 9.47 KB |
Installationsanzahl | 28 |
Aktuelle Version | 0.9.3 |
Letztes Update | 2019-05-30 |
Veröffentlichungsdatum | 2019-05-30 |
Bewertung | 2.00/5 Insgesamt 6 Bewertungen |
Entwickler | Owen Rumney |
Zahlungsart | free |
Unterstützte Sprachen | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmark This", "description": "Create bookmark entries from links in a page", "version": "0.9.3", "permissions": [ "bookmarks", "contextMenus", "tabs", "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "scripts": [ "main.js" ] }, "content_scripts": [ { "all_frames": true, "matches": [ " |