Science Articles

Stay at the edge of human knowledge. Deepen your understanding of the world around you.

Science Articlesคืออะไร?

Science Articles เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Spencer Mortensen และคุณลักษณะหลักของมันคือ "Stay at the edge of human knowledge. Deepen your understanding of the world around you."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Get a new and interesting idea every time you click a button. Use the "Like" button to like an article that you read and liked: The content gets better the more you use it.

Turn on Chrome Sync to keep your extension synchronized between your desktop and mobile browsers. This will keep you from seeing the same articles again. You should only ever see an article once.                    

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

ชื่อ Science Articles Science Articles
ID haljgedaajpgnmmkeepiemgnbnlgclbe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/science-articles/haljgedaajpgnmmkeepiemgnbnlgclbe
คำอธิบาย Stay at the edge of human knowledge. Deepen your understanding of the world around you.
ขนาดไฟล์ 12.46 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2018-08-26
วันที่เผยแพร่ 2018-08-26
ผู้พัฒนา Spencer Mortensen
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.2",
    "name": "Science Articles",
    "short_name": "Science Articles",
    "description": "Stay at the edge of human knowledge. Deepen your understanding of the world around you.",
    "author": "Spencer Mortensen",
    "background": {
        "scripts": [
            "js\/Ajax.js",
            "js\/JsonRpc.js",
            "js\/Page.js",
            "js\/Discover.js",
            "js\/Background.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Click to open the toolbar",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_popup": "popup.html"
    },
    "commands": {
        "up": {
            "suggested_key": {
                "default": "Ctrl+Up",
                "mac": "Command+Up"
            },
            "description": "Like"
        },
        "down": {
            "suggested_key": {
                "default": "Ctrl+Down",
                "mac": "Command+Down"
            },
            "description": "Dislike"
        },
        "next": {
            "suggested_key": {
                "default": "Ctrl+Right",
                "mac": "Command+Right"
            },
            "description": "Next"
        },
        "prev": {
            "suggested_key": {
                "default": "Ctrl+Left",
                "mac": "Command+Left"
            },
            "description": "Prev"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ]
}