Stanfurd
Replace Stanford with Stanfurd.
ما هو Stanfurd؟
Stanfurd هو إضافة Chrome تم تطويرها بواسطة kelukelugames، والميزة الرئيسية لها هي "Replace Stanford with Stanfurd.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Stanfurd
قم بتنزيل ملفات الامتداد Stanfurd بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The world misspells Stanfurd as Stanford. As a proud Golden Bear from Berkeley, I feel obligated to fix this mistake. Version 1.2 update. Also replace title. Replace logo in stanfurd.edu Version 1.1 update. Now works on google, facebook, etc. Boxscore shows FURD instead of STAN. Link to source code. https://github.com/kelukelugames/stanfurd Not working? Try these steps. 1. Type chrome://extensions/ into the browser address bar. 2. Find the stanfurd extension and make sure it is enabled. 3. Restart the browser. 4. Run a test by going to https://en.wikipedia.org/wiki/Stanford_University
معلومات أساسية عن التمديد
الاسم | Stanfurd |
ID | ojcgdgiceeaoegeknmfihojmimdhohkh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/stanfurd/ojcgdgiceeaoegeknmfihojmimdhohkh |
الوصف | Replace Stanford with Stanfurd. |
حجم الملف | 3.72 KB |
عدد التثبيتات | 76 |
النسخة الحالية | 1.2 |
آخر تحديث | 2015-09-07 |
تاريخ النشر | 2015-09-06 |
تقييم | 5.00/5 مجموع تقييمات 24 |
المطور | kelukelugames |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stanfurd", "version": "1.2", "description": "Replace Stanford with Stanfurd.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "replaceText.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "*:\/\/www.stanford.edu\/*" ], "js": [ "replaceImage.js" ], "run_at": "document_end" } ] } |