Snip n Share

Share, Search and Annotate the snippets on web.

ما هو Snip n Share؟

Snip n Share هو إضافة Chrome تم تطويرها بواسطة www.sabareesh.me، والميزة الرئيسية لها هي "Share, Search and Annotate the snippets on web.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Snip n Share

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

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

                        Share, Search and Annotate the snippets on web                    

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

الاسم Snip n Share Snip n Share
ID ohdkmhmjihoopjoknljbijjjppmopclm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/snip-n-share/ohdkmhmjihoopjoknljbijjjppmopclm
الوصف Share, Search and Annotate the snippets on web.
حجم الملف 50.83 KB
عدد التثبيتات 45
النسخة الحالية 1.0
آخر تحديث 2016-11-22
تاريخ النشر 2016-11-22
تقييم 1.00/5 مجموع تقييمات 1
المطور www.sabareesh.me
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snip n Share",
    "description": "Share, Search and Annotate the snippets on web.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "images\/icon-enabled.png",
        "default_title": "Toggle Snip n Share."
    },
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/jquery.min.js",
            "js\/slip-n-share.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "slip-n-share.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/slip-n-share.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon-enabled.png"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ]
}