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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
    ]
}