Tag It

Bookmarks on steroids

ما هو Tag It؟

Tag It هو إضافة Chrome تم تطويرها بواسطة ugo.matrangolo، والميزة الرئيسية لها هي "Bookmarks on steroids".

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

screenshot
screenshot
screenshot

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

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

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

                        Quickly tag and search web content.

Key bindings:
- Shift-Alt-s : save current tab
- Shift-Alt-j : show all saved content

Features:
- Instantly tag and store interesting content
- Quick search stored content
- Tag and save PDF documents                    

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

الاسم Tag It Tag It
ID megognehjmbjpkmfofghilohiahpgjkm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/tag-it/megognehjmbjpkmfofghilohiahpgjkm
الوصف Bookmarks on steroids
حجم الملف 532 KB
عدد التثبيتات 24
النسخة الحالية 0.0.2
آخر تحديث 2014-09-01
تاريخ النشر 2014-09-01
تقييم 3.00/5 مجموع تقييمات 1
المطور ugo.matrangolo
نوع الدفع free
موقع الإضافة https://github.com/umatrangolo/tag-it
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tag It",
    "version": "0.0.2",
    "description": "Bookmarks on steroids",
    "author": "[email protected]",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "downloads",
        ""
    ],
    "background": {
        "scripts": [
            "lib\/underscore-min.js",
            "js\/store.js",
            "lib\/lunr.min.js",
            "js\/search.js",
            "js\/utils.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "public\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "commands": {
        "journal": {
            "suggested_key": {
                "default": "Alt+Shift+J"
            },
            "description": "Show the journal in a new tab"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Send a 'save' event to the extension"
        }
    }
}