Bookmark This
Create bookmark entries from links in a page
Vad är Bookmark This?
Bookmark This är en Chrome-tillägg utvecklad av Owen Rumney, och dess huvudfunktion är "Create bookmark entries from links in a page".
Tilläggsskärmbilder
Ladda ner Bookmark This-förlängningens CRX-fil
Ladda ner Bookmark This-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | cdgfikopcomgllhdlknlfgblhmhemljn |
Officiell webbadress | https://chrome.google.com/webstore/detail/bookmark-this/cdgfikopcomgllhdlknlfgblhmhemljn |
Beskrivning | Create bookmark entries from links in a page |
Filstorlek | 9.47 KB |
Antal Installationer | 28 |
Aktuell Version | 0.9.3 |
Senast Uppdaterad | 2019-05-30 |
Publiceringsdatum | 2019-05-30 |
Betyg | 2.00/5 Totalt 6 Betyg |
Utvecklare | Owen Rumney |
Betalningssätt | free |
Stödda Språk | 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": [ " |