Eureka Extension

Use this extension to add links to Eureka! at https://eureka-share.herokuapp.com

ما هو Eureka Extension؟

Eureka Extension هو إضافة Chrome تم تطويرها بواسطة Salman Oskooi، والميزة الرئيسية لها هي "Use this extension to add links to Eureka! at https://eureka-share.herokuapp.com".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Eureka Extension

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

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

                        Use this extension to add links to Eureka! at     https://eureka-share.herokuapp.com     from your Chrome toolbar. Just log in to the extension with your pre-existing login credentials from the parent site. While browsing articles online, you can now click on the "Add link..." button in the extension's pop-up instead of having to copy links and paste them back at the eureka-share site. 

Shared links are vetted by the Google Safe Browsing API and will not post if flagged by its filter.                    

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

الاسم Eureka Extension Eureka Extension
ID lcdganmbpablpieomjekkkjbendoikgn
عنوان URL الرسمي https://chromewebstore.google.com/detail/eureka-extension/lcdganmbpablpieomjekkkjbendoikgn
الوصف Use this extension to add links to Eureka! at https://eureka-share.herokuapp.com
حجم الملف 161 KB
عدد التثبيتات 16
النسخة الحالية 0.1
آخر تحديث 2016-02-11
تاريخ النشر 2016-02-11
تقييم 5.00/5 مجموع تقييمات 2
المطور Salman Oskooi
نوع الدفع free
موقع الإضافة https://eureka-share.herokuapp.com
عنوان صفحة المساعدة https://github.com/Hackstallion/Eureka-V2
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Eureka Extension",
    "version": "0.1",
    "short_name": "Eureka!",
    "author": "Salman Oskooi",
    "description": "Use this extension to add links to Eureka! at https:\/\/eureka-share.herokuapp.com",
    "homepage_url": "https:\/\/eureka-share.herokuapp.com",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}