Browses

Plot your adventures through the web

ما هو Browses؟

Browses هو إضافة Chrome تم تطويرها بواسطة https://browses.io، والميزة الرئيسية لها هي "Plot your adventures through the web".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Browses

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

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

                        Use this extension to upload screenshots to your feed on https://browses.io and start putting your browsing history to some use. Help others who are on the same adventure as you by visually sharing the sites you found useful. Clicking on the extension authenticates you with facebook, captures a screenshot of the active tab and uploads the browse to your feed.                    

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

الاسم Browses Browses
ID fpijpjkcpkhbkeiinkphbiaapekmfgdo
عنوان URL الرسمي https://chromewebstore.google.com/detail/browses/fpijpjkcpkhbkeiinkphbiaapekmfgdo
الوصف Plot your adventures through the web
حجم الملف 8.62 KB
عدد التثبيتات 316
النسخة الحالية 2.3
آخر تحديث 2017-08-09
تاريخ النشر 2017-08-09
تقييم 3.67/5 مجموع تقييمات 6
المطور https://browses.io
نوع الدفع free
موقع الإضافة https://browses.io
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browses",
    "version": "2.3",
    "description": "Plot your adventures through the web",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon-24.png",
        "default_title": "Browse"
    },
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/browses.local\/*",
            "*:\/\/browses.io\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "manifest_version": 2
}