Shareaholic Favorites
Favorite links from any website.
Wat is Shareaholic Favorites?
Shareaholic Favorites is een Chrome-extensie ontwikkeld door http://shareaholic.com, en de belangrijkste functie is "Favorite links from any website.".
Extensie Screenshots
Download het CRX-bestand van de extensie Shareaholic Favorites
Download Shareaholic Favorites-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Favorite and bookmark links from any website to your Shareaholic dashboard.
Basisinformatie over de Extensie
Naam | |
ID | dfffijncjkppbgngakjilekhjohnaeja |
Officiële URL | https://chrome.google.com/webstore/detail/shareaholic-favorites/dfffijncjkppbgngakjilekhjohnaeja |
Beschrijving | Favorite links from any website. |
Bestandsgrootte | 44.44 KB |
Aantal Installaties | 44 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2021-11-11 |
Publicatiedatum | 2012-12-05 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://shareaholic.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://shareaholic.com |
Help Pagina-URL | https://support.shareaholic.com/ |
URL van de Privacybeleid Pagina | https://www.shareaholic.com/privacy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shareaholic Favorites", "version": "1.1.0", "description": "Favorite links from any website.", "manifest_version": 2, "permissions": [ "tabs", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "images\/favorites_16.png", "32": "images\/favorites_32.png", "64": "images\/favorites_64.png", "128": "images\/favorites_128.png" }, "browser_action": { "default_title": "Shareaholic Favorites", "default_icon": "images\/favorites_16.png" } } |