SaveLinks.in
Save Website Links, bookmark videos for free
Qu'est-ce que SaveLinks.in ?
SaveLinks.in est une extension Chrome développée par https://savelinks.in, et sa fonction principale est "Save Website Links, bookmark videos for free".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SaveLinks.in
Téléchargez les fichiers d'extension SaveLinks.in 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 and organise important website links, videos and access them anywhere you want on any device. If you want to bookmark your web links and videos on the cloud then savelinks.in is the perfect tool for you.
Informations de Base sur l'Extension
Nom | |
ID | eogfnfjchpapjbhfanconfbcghjenjni |
URL Officiel | https://chromewebstore.google.com/detail/savelinksin/eogfnfjchpapjbhfanconfbcghjenjni |
Description | Save Website Links, bookmark videos for free |
Taille du Fichier | 9.95 KB |
Nombre d'Installations | 16 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2018-01-14 |
Date de Publication | 2018-01-14 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://savelinks.in |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://savelinks.in |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SaveLinks.in", "manifest_version": 2, "description": "Save Website Links, bookmark videos for free", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_title": "Save to SaveLinks.in", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "storage", "cookies", "http:\/\/savelinks.in\/" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script.js" ] } ], "background": { "scripts": [ "background.js" ] } } |