Y’allifier
Makes the words of the world a little gentler on the soul.
什麼是Y’allifier?
Y’allifier是由steev開發的Chrome擴展程式,該擴展的主要功能是“Makes the words of the world a little gentler on the soul.”。
擴展截圖
下載Y’allifier擴展crx文件
下載Y’allifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Y’allifier takes all phrases on the internet that should be "y’all" and fixes them.
擴展基本資訊
名稱 | |
ID | aicapddnpcanaijnigmldonmponhbgeb |
官方網址 | https://chromewebstore.google.com/detail/y%E2%80%99allifier/aicapddnpcanaijnigmldonmponhbgeb |
簡介 | Makes the words of the world a little gentler on the soul. |
檔案大小 | 14.84 KB |
安裝次數 | 19 |
目前版本 | 1.6 |
更新時間 | 2016-08-14 |
上架時間 | 2016-08-14 |
評分 | 4.33/5 共 6 次評分 |
開發者 | steev |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/asiansteev/y-allifier |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Y\u2019allifier", "short_name": "Y\u2019allifier", "description": "Makes the words of the world a little gentler on the soul.", "author": "steev", "version": "1.6", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon16.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*", "file:\/\/\/Users\/steev\/code\/y-allifier\/you%20all%20test.html" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |