ArticleMixer

Get articles in 1 sec with only RIGHT click!! No worry about copy and paste all the time.

ArticleMixerคืออะไร?

ArticleMixer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zhung และคุณลักษณะหลักของมันคือ "Get articles in 1 sec with only RIGHT click!! No worry about copy and paste all the time."

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

screenshot
screenshot
screenshot

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

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

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

                        收集資料小幫手,只要「右鍵」»「取得文章」,立即儲存文章內容,包含標題、作者、時間、內文。

功能:
1. 在文章頁面中按右鍵,「取得文章」收集文章內容。
2. 在連結上按右鍵,「取得連結文章」收集文章內容。 
3. 輸入所有文章連結,來批量收集文章。
4. 瀏覽所有已收集文章,可以任意增刪。
5. 使用分析器來分析內文的包含字詞,輸出結果按次數高低排列。

支援頁面:
1. 聯合資料庫(udndata)
2. 臉書(fb_post)

聯合資料庫使用方法:
1. 取得權限之後,於搜尋結果連結上按「右鍵」»「在新分頁中開啟連結」
2. 文章內按「右鍵」»「取得文章」,即可儲存
3. 點選工具列中的圖示,「View All」即可瀏覽所有已保存文章

其他注意事項:
1. 即使在支援的頁面中,也會有無法取得文章的時候,敬請見諒。
2. 在頁面載入完成之前,此插件有可能無法正常使用,此時請稍候再試。

2016-07-25 --- ver 2.0
2016-03-19 --- ver 1.0.1                    

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

ชื่อ ArticleMixer ArticleMixer
ID poahaclclgbmhinbmfabajnofollgfgm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/articlemixer/poahaclclgbmhinbmfabajnofollgfgm
คำอธิบาย Get articles in 1 sec with only RIGHT click!! No worry about copy and paste all the time.
ขนาดไฟล์ 304 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2018-11-10
วันที่เผยแพร่ 2018-11-10
ผู้พัฒนา zhung
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "back\/database.js",
            "back\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "front\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "front\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "__MSG_meta_extension_description__",
    "default_locale": "zh_TW",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 2,
    "name": "__MSG_meta_extension_name__",
    "version": "2.2"
}