EEXCESS

Are you researching cultural, scientific or educational material online, but often are not sure where to look? There are so many…

EEXCESSคืออะไร?

EEXCESS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EEXCESS developers และคุณลักษณะหลักของมันคือ "Are you researching cultural, scientific or educational material online, but often are not sure where to look? There are so many…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EEXCESS

ดาวน์โหลดไฟล์ส่วนขยาย EEXCESS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Are you researching cultural, scientific or educational material online, but often are not sure where to look? There are so many carefully curated databases from museums, archives, academic libraries or other cultural aggregators, but they are hidden from most users. This is where EEXCESS comes into play! 
The EEXCESS Chrome browser extension analyses your research automatically and shows you personally tailored recommendations from connected databases, such as Europeana, EconBiz (economic literature) and Mendeley (scientific papers from a wide range of disciplines). To learn more about how it works, please visit our website www.eexcess.eu and watch this short introduction screencast: https://www.youtube.com/watch?v=eg7dckmLFK0.
EEXCESS is a research project funded by the European Union´s Seventh Framework Programme (FP7).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ EEXCESS EEXCESS
ID mnicfonfoiffhekefgjlaihcpnbchdbc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/eexcess/mnicfonfoiffhekefgjlaihcpnbchdbc
คำอธิบาย Are you researching cultural, scientific or educational material online, but often are not sure where to look? There are so many…
ขนาดไฟล์ 14.33 MB
จำนวนการติดตั้ง 164
เวอร์ชันปัจจุบัน 1.9.1
อัปเดตครั้งล่าสุด 2016-05-09
วันที่เผยแพร่ 2016-05-09
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา EEXCESS developers
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://eexcess.eu/
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EEXCESS",
    "version": "1.9.1",
    "background": {
        "page": "html\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "js\/lib\/requirejs\/require.js",
                "js\/requireContent.js",
                "js\/common.js",
                "js\/content.js"
            ],
            "css": [
                "js\/lib\/jquery-ui\/themes\/smoothness\/jquery-ui.css",
                "js\/lib\/tag-it\/css\/jquery.tagit.css",
                "js\/lib\/c4\/searchBar\/searchBar.css",
                "css\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/*",
        "visualization-widgets\/*",
        "media\/*",
        "html\/*",
        "easter-egg\/*"
    ],
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "",
        "background",
        "storage"
    ],
    "icons": {
        "16": "media\/icons\/16.png",
        "48": "media\/icons\/48.png",
        "128": "media\/icons\/128.png"
    },
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "media\/icons\/19.png",
        "default_popup": "html\/popup.html"
    }
}