Pin It!

Save links to read later across any chrome.

Qu'est-ce que Pin It! ?

Pin It! est une extension Chrome développée par blackchilled, et sa fonction principale est "Save links to read later across any chrome.".

Télécharger le fichier CRX de l'extension Pin It!

Téléchargez les fichiers d'extension Pin It! 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

                        A super easy way to Pin your links so that you can read later on. Instead of trying to search your history later on, just Pin it and you can come back later and read that link. Perfect for those Wikipedia/Quora/Reddit browsing.

Created by BC                    

Informations de Base sur l'Extension

Nom Pin It! Pin It!
ID lelclmmddkdnopplahfbddmjeiocfcld
URL Officiel https://chrome.google.com/webstore/detail/pin-it/lelclmmddkdnopplahfbddmjeiocfcld
Description Save links to read later across any chrome.
Taille du Fichier 48.21 KB
Nombre d'Installations 11
Version Actuelle 0.0.1
Dernière Mise à Jour 2015-01-07
Date de Publication 2015-01-07
Développeur blackchilled
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pin It!",
    "manifest_version": 2,
    "version": "0.0.1",
    "description": "Save links to read later across any chrome.",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "logo-bitty.png",
        "48": "logo-small.png",
        "128": "logo-large.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        ""
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}