Save to WebCull
A plugin that makes it easier to save websites to the WebCull bookmark manager.
Vad är Save to WebCull?
Save to WebCull är en Chrome-tillägg utvecklad av http://webcull.com, och dess huvudfunktion är "A plugin that makes it easier to save websites to the WebCull bookmark manager.".
Tilläggsskärmbilder
Ladda ner Save to WebCull-förlängningens CRX-fil
Ladda ner Save to WebCull-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
Save to WebCull bookmark manager without needing to navigate to the WebCull website. You can also change the title, save tags, take notes and quick switch account. Easily move your bookmark to a specific folder or create a new one all within the extension. The icon that is used to save links is grayscaled until the link has been saved, this is useful to know if you have already saved a link.
Grundläggande Information om Tillägg
Namn | |
ID | fiecfoalabmdglnpljckaajopfbdgcea |
Officiell webbadress | https://chrome.google.com/webstore/detail/save-to-webcull/fiecfoalabmdglnpljckaajopfbdgcea |
Beskrivning | A plugin that makes it easier to save websites to the WebCull bookmark manager. |
Filstorlek | 101 KB |
Antal Installationer | 1,257 |
Aktuell Version | 1.1.1 |
Senast Uppdaterad | 2022-01-24 |
Publiceringsdatum | 2020-05-22 |
Betyg | 2.25/5 Totalt 4 Betyg |
Utvecklare | http://webcull.com |
E-post | [email protected] |
Tilläggswebbplats | https://webcull.com |
Hjälpsida URL | https://webcull.com/reading/faq |
URL till Sekretesspolicy Sidan | https://webcull.com/policy/privacy |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save to WebCull", "short_name": "WebCull", "version": "1.1.1", "description": "A plugin that makes it easier to save websites to the WebCull bookmark manager.", "permissions": [ "webRequest", "webNavigation", "tabs", "cookies", "https:\/\/webcull.com\/" ], "browser_action": { "default_title": "Add to WebCull", "default_icon": { "16": "images\/webcull-16x.png", "32": "images\/webcull-32x.png", "48": "images\/webcull-48x.png", "128": "images\/webcull-128x.png" }, "default_popup": "views\/bootstrap.html" }, "background": { "scripts": [ "js\/lib\/q.js", "js\/lib\/lib.js", "js\/background\/background.js" ], "persistent": true }, "icons": { "16": "images\/webcull-16x.png", "32": "images\/webcull-32x.png", "48": "images\/webcull-48x.png", "128": "images\/webcull-128x.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/webcull.com\/; object-src 'self'" } |