Add to Pocket

Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket

ما هو Add to Pocket؟

Add to Pocket هو إضافة Chrome تم تطويرها بواسطة Alex Fomin، والميزة الرئيسية لها هي "Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Add to Pocket

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

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

                        This extension require an 
"Take from Pocket"
extension to be installed (https://chrome.google.com/webstore/detail/take-from-pocket/higpiildcmkbifobkbcmigbipabnkgkd)

1.0.3
* Fix icon rotating after click on context menu                    

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

الاسم Add to Pocket Add to Pocket
ID olloendlpcoaancofdjbaabmgbhdgpad
عنوان URL الرسمي https://chromewebstore.google.com/detail/add-to-pocket/olloendlpcoaancofdjbaabmgbhdgpad
الوصف Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket
حجم الملف 46.42 KB
عدد التثبيتات 413
النسخة الحالية 1.0.3
آخر تحديث 2018-01-29
تاريخ النشر 2018-01-29
تقييم 3.29/5 مجموع تقييمات 7
المطور Alex Fomin
نوع الدفع free
موقع الإضافة https://github.com/alex-fomin/pocket-inpage
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add to Pocket",
    "version": "1.0.3",
    "description": "Adds an article to pocket (http:\/\/getpocket.com). Indicates whether the current page is in Pocket",
    "background": {
        "scripts": [
            "libs\/require.js",
            "app.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "images\/notAdded-19.png",
            "38": "images\/notAdded-38.png"
        },
        "default_title": "Add item to Pocket"
    },
    "permissions": [
        "tabs",
        "management",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "webNavigation"
    ],
    "manifest_version": 2,
    "icons": {
        "128": "images\/logo-128.png",
        "48": "images\/logo-48.png"
    }
}