Pin It!

Save links to read later across any chrome.

ما هو Pin It!؟

Pin It! هو إضافة Chrome تم تطويرها بواسطة blackchilled، والميزة الرئيسية لها هي "Save links to read later across any chrome.".

تحميل ملف CRX للإضافة Pin It!

قم بتنزيل ملفات الامتداد Pin It! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Pin It! Pin It!
ID lelclmmddkdnopplahfbddmjeiocfcld
عنوان URL الرسمي https://chrome.google.com/webstore/detail/pin-it/lelclmmddkdnopplahfbddmjeiocfcld
الوصف Save links to read later across any chrome.
حجم الملف 48.21 KB
عدد التثبيتات 11
النسخة الحالية 0.0.1
آخر تحديث 2015-01-07
تاريخ النشر 2015-01-07
المطور blackchilled
نوع الدفع free
اللغات المدعومة 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"
        ]
    }
}