HackerNotes Plugin
Open HackerNotes page of a Github Repository.
什麼是HackerNotes Plugin?
HackerNotes Plugin是由abhishek77in開發的Chrome擴展程式,該擴展的主要功能是“Open HackerNotes page of a Github Repository.”。
擴展截圖
下載HackerNotes Plugin擴展crx文件
下載HackerNotes Plugin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Plugin is supposed to open HackerNotes page for public Github repository on which the user is present. Since it works in unobtrusive manner it won't be present all the time.
擴展基本資訊
名稱 | HackerNotes Plugin |
ID | acphikopigkpfbkonnacihkhcefdeagg |
官方網址 | https://chromewebstore.google.com/detail/hackernotes-plugin/acphikopigkpfbkonnacihkhcefdeagg |
簡介 | Open HackerNotes page of a Github Repository. |
檔案大小 | 17.62 KB |
安裝次數 | 95 |
目前版本 | 1.1 |
更新時間 | 2015-11-23 |
上架時間 | 2015-11-23 |
評分 | 5.00/5 共 3 次評分 |
開發者 | abhishek77in |
付費類型 | free |
擴展官網 | http://www.hackernotes.org/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HackerNotes Plugin", "version": "1.1", "description": "Open HackerNotes page of a Github Repository.", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon-16.jpg", "default_title": "HackerNotes" }, "permissions": [ "tabs" ], "icons": { "48": "icon-48.jpg", "128": "icon-128.jpg" }, "manifest_version": 2 } |