Laravel Docs Redirect
Redirects you to latest Laravel docs version
Laravel Docs Redirect क्या है?
Laravel Docs Redirect MightyPork द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirects you to latest Laravel docs version"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Laravel Docs Redirect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Google gives you outdated Laravel docs? This extension makes it stop by always redirecting you to the latest version. The redirect happens *only* when you just came from Google, then you free to change the version as you please.
एक्सटेंशन की मूल जानकारी
नाम | Laravel Docs Redirect |
ID | hdbkgmhpccfohpchdbcnimghnenjalii |
आधिकारिक URL | https://chromewebstore.google.com/detail/laravel-docs-redirect/hdbkgmhpccfohpchdbcnimghnenjalii |
विवरण | Redirects you to latest Laravel docs version |
फ़ाइल का आकार | 11.24 KB |
स्थापना संख्या | 18 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2016-02-28 |
प्रकाशन तिथि | 2016-02-28 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | MightyPork |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://gist.githubusercontent.com/MightyPork/5dc0f75de29cf24bdc6d3413d9e7270a/raw/b7b2ed6bb08b7e1e8e0a85202aac95cac7cc5845/google-priv-policy.txt |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "exclude_matches": [ "*:\/\/laravel.com\/docs\/master\/*" ], "js": [ "script.js" ], "matches": [ "*:\/\/laravel.com\/docs\/*" ], "run_at": "document_start" } ], "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "description": "Redirects you to latest Laravel docs version", "manifest_version": 2, "name": "Laravel Docs Redirect", "version": "1.0.1" } |