Big Nate
Big Nate comics
什麼是Big Nate?
Big Nate是由https://notepad.softwarevalley.net開發的Chrome擴展程式,該擴展的主要功能是“Big Nate comics”。
擴展截圖
下載Big Nate擴展crx文件
下載Big Nate擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If you like Big Nate comics and you would like to receive new comics every day, install this extension and enjoy.
**** You can also install this extension (http://goo.gl/8jx0N) if you would like to follow other comics from GoComics.com site too.
**** FEATURES ****
• Navigate through comics with left/right arrows; home key to go to newest comic.
• Last viewed comic is now saved so you can go back and read what you have missed. 擴展基本資訊
| 名稱 | |
| ID | idjofkllpnkmcckegdacglccbieokejk |
| 官方網址 | https://chromewebstore.google.com/detail/big-nate/idjofkllpnkmcckegdacglccbieokejk |
| 簡介 | Big Nate comics |
| 檔案大小 | 53.56 KB |
| 安裝次數 | 319 |
| 目前版本 | 1.4.2 |
| 更新時間 | 2022-09-30 |
| 上架時間 | 2018-07-05 |
| 評分 | 4.22/5 共 9 次評分 |
| 開發者 | https://notepad.softwarevalley.net |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Big Nate",
"version": "1.4.2",
"manifest_version": 2,
"description": "Big Nate comics",
"icons": {
"128": "images\/icon-128.png",
"19": "images\/icon-19.png",
"48": "images\/icon-48.png"
},
"background": {
"scripts": [
"background.js"
]
},
"homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/big-nate\/idjofkllpnkmcckegdacglccbieokejk",
"content_security_policy": "default-src 'self'; img-src 'self' https:\/\/assets.amuniversal.com; script-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' https:\/\/*.gocomics.com\/bignate\/",
"browser_action": {
"default_icon": "images\/icon-19.png",
"default_title": "Big Nate Comics",
"default_popup": "popup.html"
},
"permissions": [
"https:\/\/www.gocomics.com\/bignate\/*"
]
} | |