Brexit means Breadsticks
Turns every mention of Brexit on any website into 'breadsticks'
什麼是Brexit means Breadsticks?
Brexit means Breadsticks是由nkhilv開發的Chrome擴展程式,該擴展的主要功能是“Turns every mention of Brexit on any website into 'breadsticks'”。
擴展截圖
下載Brexit means Breadsticks擴展crx文件
下載Brexit means Breadsticks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Are you tired coming across brexit everywhere you go? Turn any mention of the word 'Brexit' to 'Breadsticks'. Install it to save your sanity. I promise eternal salvation, or triple your money back! You can find the working code for this plugin on Github (/nkhil). P.S. I'm currently looking for a junior developer role. In case you know anyone who's looking for a hard working developer, my Github username is nkhil, and my portfolio is nikhilvijayan(dot)com
擴展基本資訊
名稱 | |
ID | okbmmlhhebmgpjgjhffamejlcgclpkkh |
官方網址 | https://chromewebstore.google.com/detail/brexit-means-breadsticks/okbmmlhhebmgpjgjhffamejlcgclpkkh |
簡介 | Turns every mention of Brexit on any website into 'breadsticks' |
檔案大小 | 26.49 KB |
安裝次數 | 47 |
目前版本 | 0.1.4 |
更新時間 | 2019-04-05 |
上架時間 | 2019-04-05 |
評分 | 5.00/5 共 4 次評分 |
開發者 | nkhilv |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.nikhilvijayan.com |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Brexit means Breadsticks", "version": "0.1.4", "description": "Turns every mention of Brexit on any website into 'breadsticks'", "icons": { "16": "images\/breadsticks16.png", "48": "images\/breadsticks48.png", "128": "images\/breadsticks128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |