Daily Dilbert Comics
Displays Daily Dilbert comic strips, along with options to choose from a calendar, randomize and search.
什麼是Daily Dilbert Comics?
Daily Dilbert Comics是由Sridhar PG開發的Chrome擴展程式,該擴展的主要功能是“Displays Daily Dilbert comic strips, along with options to choose from a calendar, randomize and search.”。
擴展截圖
下載Daily Dilbert Comics擴展crx文件
下載Daily Dilbert Comics擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Displays (Scott Adams)Dilbert Comic Strips from dilbert.com. Also provides the following 1. Provides a calendar to view strip from any particular day 2. Navigation buttons to navigate to next/previous day strip 3. Randomizer button will display a random strip 4. Search box to search strips in dilbert.com 5. Button to copy the strip image url. Update - 1.6.4 *Fixed all loading related issues *Fixed URL shortener issue Update - 1.4: * Fixed FB posting issues * Added Today's Strip button. Update - 1.3.3: CSS Issues fixed. Update - 1.3.2: 1. Key navigation supported. Just use Left/Right arrows to navigate between strips. 2. F5 for refresh 3. Cmd+C/Ctrl+C copies the link. 4. F3 for search box focus. Now you can post the strip in Facebook timeline or even tweet about it!!
擴展基本資訊
名稱 | Daily Dilbert Comics |
ID | mafppflamlapefplgjmcneiopocjlfmp |
官方網址 | https://chromewebstore.google.com/detail/daily-dilbert-comics/mafppflamlapefplgjmcneiopocjlfmp |
簡介 | Displays Daily Dilbert comic strips, along with options to choose from a calendar, randomize and search. |
檔案大小 | 480 KB |
安裝次數 | 1,554 |
目前版本 | 1.6.5 |
更新時間 | 2019-01-23 |
上架時間 | 2019-01-23 |
評分 | 3.55/5 共 42 次評分 |
開發者 | Sridhar PG |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Daily Dilbert Comics", "manifest_version": 2, "version": "1.6.5", "description": "Displays Daily Dilbert comic strips, along with options to choose from a calendar, randomize and search.", "browser_action": { "default_icon": "icons\/dilbert_popup_icon.png", "default_popup": "background\/dilbert_popup.html" }, "icons": { "64": "icons\/dilbert_icon_64.png", "128": "icons\/dilbert_icon_128.png" }, "permissions": [ "http:\/\/dilbert.com\/*", "https:\/\/dilbert.com\/*", "https:\/\/graph.facebook.com\/*", "https:\/\/www.googleapis.com\/*", "tabs", "clipboardWrite" ], "background": { "page": "background\/background.html" } } |